- Introduction
- K-means
- Hierarchical clustering
- Principal Component Analysis (PCA)
- Principal Component Regression (PCR)
- Principal component analysis (PCA) produces a low-dimensional representation of a dataset
- Basic idea: Find a low-dimensional representation that approximates the data as closely as possible in Euclidean distance
- It finds a sequence of linear combinations of the variables that have maximal variance, and are mutually uncorrelated
- It can produce variables for use in supervised learning problems (PCA regression), and it can also serve as a tool for data visualization